home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-09-13 | 1.2 KB | 69 lines |
- [SUBJECT]
- Description=Glowing Text Script
- ImageIndex=-1
- Folder=Text Effects
-
-
-
- [HEAD_TEXT]
- ;<style>
- ;<!--
- ;#glowtext{
- ;filter:glow(color=#FFFF00,strength=3);
- ;width:100%;
- ;}
- ;-->
- ;</style>
- ;
- ;<script language="JavaScript1.2">
- ;
- ;/*
- ;Glowing Text Script-
- ;⌐ Dynamic Drive (www.dynamicdrive.com)
- ;For full source code, installation instructions,
- ;100's more DHTML scripts, and Terms Of
- ;Use, visit dynamicdrive.com
- ;*/
- ;
- ;function glowit(which){
- ;if (document.all.glowtext[which].filters[0].strength==3)
- ;document.all.glowtext[which].filters[0].strength=2;
- ;else
- ;document.all.glowtext[which].filters[0].strength=3;
- ;}
- ;
- ;function glowit2(which){
- ;if (document.all.glowtext.filters[0].strength==3)
- ;document.all.glowtext.filters[0].strength=2;
- ;else
- ;document.all.glowtext.filters[0].strength=3;
- ;}
- ;
- ;function startglowing(){
- ;if (document.all.glowtext&&glowtext.length){
- ;for (i=0;i<glowtext.length;i++)
- ;eval('setInterval("glowit('+i+')",150)');
- ;}
- ;else if (glowtext);
- ;setInterval("glowit2(0)",150);
- ;}
- ;
- ;if (document.all)
- ;window.onload=startglowing;
- ;</script>
-
-
- [BODY_TEXT]
- ;<span id="glowtext">`title`</span>
-
-
-
-
-
- [`title`]
- Kind=S
- Value=This is a glowing text
-
-
-
-